runtime.mSpanStateBox.get (method)

24 uses

	runtime (current package)
		cgocheck.go#L165: 	if s.state.get() == mSpanManual {
		heapdump.go#L455: 		if s.state.get() == mSpanInUse {
		heapdump.go#L481: 		if s.state.get() != mSpanInUse {
		heapdump.go#L653: 		if s.state.get() != mSpanInUse {
		heapdump.go#L676: 		if s.state.get() == mSpanInUse {
		mbitmap.go#L442: 	} else if s.state.get() != mSpanInUse || dst < s.base() || s.limit <= dst {
		mbitmap.go#L1233: 		state := s.state.get()
		mbitmap.go#L1291: 	if state := s.state.get(); state != mSpanInUse || p < s.base() || p >= s.limit {
		mgcmark.go#L368: 			if state := s.state.get(); state != mSpanInUse {
		mgcmark.go#L1649: 	if state := s.state.get(); 0 <= state && int(state) < len(mSpanStateNames) {
		mgcmark.go#L1657: 	if s.state.get() == mSpanManual && size == 0 {
		mgcsweep.go#L376: 		if state := s.state.get(); state != mSpanInUse {
		mgcsweep.go#L514: 	if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
		mgcsweep.go#L695: 	if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
		mheap.go#L384: func (b *mSpanStateBox) get() mSpanState {
		mheap.go#L650: 	switch s.state.get() {
		mheap.go#L722: 	if s == nil || s.state.get() != mSpanInUse || p < s.base() || p >= s.limit {
		mheap.go#L1614: 	switch s.state.get() {
		signal_unix.go#L410: 			if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
		stack.go#L234: 	if s.state.get() != mSpanManual {
		stack.go#L504: 		if s.state.get() != mSpanManual {
		traceallocfree.go#L54: 		if s.state.get() == mSpanDead {
		traceallocfree.go#L61: 		if s.state.get() != mSpanInUse {
		traceallocfree.go#L84: 	if s.state.get() == mSpanInUse {